GtkListBox: fix up docs
authorMatthias Clasen <mclasen@redhat.com>
Sat, 16 Aug 2014 20:39:51 +0000 (16:39 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 17 Aug 2014 01:40:39 +0000 (21:40 -0400)
gtk/gtklistbox.c
gtk/gtklistbox.h

index 78f3552872541fdf31036597a0c78e0cb627a9ce..562a15cebb0391b0ec47b521b0c32f372fa189bd 100644 (file)
@@ -3501,7 +3501,7 @@ gtk_list_box_row_class_init (GtkListBoxRowClass *klass)
                           G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);
 
   /**
-   * GtkListBoxRow:selectable
+   * GtkListBoxRow:selectable:
    *
    * The property determines whether this row can be selected.
    *
index 9f5aa6fd329fcece13cdd994152a576a2c8e58a8..a4ee2ff705f27c174ee290e431912783b3204861 100644 (file)
@@ -52,11 +52,14 @@ struct _GtkListBox
 /**
  * GtkListBoxClass:
  * @parent_class: The parent class.
- * @row_selected: Signal emitted when a new row is selected.
- * @row_activated: Signal emitted when a row has been activated by the user.
- * @activate_cursor_row: 
- * @toggle_cursor_row: 
- * @move_cursor: 
+ * @row_selected: Class handler for the #GtkListBox::row-selected signal
+ * @row_activated: Class handler for the #GtkListBox::row-activated signal
+ * @activate_cursor_row: Class handler for the #GtkListBox::activate-cursor-row signal
+ * @toggle_cursor_row: Class handler for the #GtkListBox::activate-cursor-row signal
+ * @move_cursor: Class handler for the #GtkListBox::move-cursor signal
+ * @selected_rows_changed: Class handler for the #GtkListBox::selected-rows-changed signal
+ * @select_all: Class handler for the #GtkListBox::select-all signal
+ * @unselect_all: Class handler for the #GtkListBox::unselect-all signal
  */
 struct _GtkListBoxClass
 {